home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Adventurer's / Omega / omega.cnf < prev    next >
Text File  |  1996-05-11  |  2KB  |  74 lines

  1. ; This file is used to set up the path-name.
  2. ; It currently sets up a 2 floppy disk, a hard-disk or a ramdisk system.
  3. ; It must lie in the directory where you start omega from
  4. ;
  5. ; There are 3 path's that are neccessary
  6. ; #SAVEPATH  - Where saved games end up
  7. ; #LIBPATH   - Where omega searches for it's library
  8. ; #LEVELPATH - Where the levels are kept temporarly
  9. ; #PIXPATH   - Where the pictures are kept
  10. ;
  11. ; Besides that you can set 2 names
  12. ; #NAME      - Your characters name
  13. ; #WIZARD    - If this is set to match NAME you are able to enter wizard-mode
  14. ;
  15. ; #DELAY     - If you are tired of ***MORE*** you can set this value with
  16. ;           a positive amount of sekunds you want to pass before the
  17. ;           program continues after it has written an important message or
  18. ;           just want to clear the message area. If you set this value to
  19. ;           0, the program gets back to it's morewait system.
  20. ;
  21. ; #OPTIONS   - Lets you define wether you want to see the pictures or not,
  22. ;          plus let's you save the levels in ram: (There is NO check to
  23. ;          see if memory is exceeded, because ramdisk is always filled)
  24. ;             The !picture option is important if you only got a 1meg machine,
  25. ;          the option MUST then be off!
  26. ;          Levels are not automatic saved in ram: you must still change
  27. ;          the path. Default is ramdisk = FALSE, pictures = TRUE
  28. ;
  29. ; It is important that everything is written, even the ':' and '/'
  30. ;
  31. ; How long is the message pause
  32. ;
  33. #DELAY       = 1
  34. ;
  35. ; Names
  36. ;
  37. #NAME      = Mjoelner
  38. #WIZARD    = Mjoelner
  39. ;
  40. ; floppy-disk
  41. ;
  42. ;#SAVEPATH  = OmegaSave:
  43. ;#LIBPATH   = OmegaLib:
  44. ;#LEVELPATH = OmegaLevels:
  45. ;#PIXPATH   = SYS:
  46. ;
  47. ; Harddisk
  48. ;
  49. #SAVEPATH  = ram:
  50. #LIBPATH   = OmegaLib/
  51. #LEVELPATH = OmegaLevels/
  52. #PIXPATH   = Billeder/
  53. ;
  54. ;
  55. ; Ramdisk
  56. ;
  57. ;#SAVEPATH  = ram:
  58. ;#LIBPATH   = ram:
  59. ;#LEVELPATH = ram:
  60. ;#PIXPATH   = ram:
  61. ;
  62. ; Default options
  63. ;
  64. #OPTIONS   = !ramdisk,pictures
  65. ;
  66. ; Larger system options
  67. ;
  68. ;#OPTIONS   = ramdisk,pictures
  69. ;
  70. ; 1meg Amiga options
  71. ;
  72. ;#Options = !ramdisk,!pictures
  73. ;
  74.